home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1998 March
/
Software of the Month Club 1998 March.iso
/
pc
/
dos
/
lg
/
create
/
readme.bat
< prev
next >
Wrap
DOS Batch File
|
1996-12-18
|
765b
|
26 lines
echo off
cls
echo CREATIVITY PACKAGE
echo
echo To read the instruction manual on screen, enter this command:
echo
echo CREATDOC
echo
echo To start the program, enter this command:
echo
echo THUNDER or VERSE or READIT
echo
echo Vendors: To read the VENDINFO.DIZ information file, use an ordinary
echo text viewer. For example, if you use LIST, you would use this command:
echo
echo LIST VENDINFO.DIZ
echo
echo To print the VENDINFO.DIZ file, you would use this command:
echo
echo COPY VENDINFO.DIZ PRN
echo
echo Additional information is contained in the CREAINFO.TXT file.
echo
echo LIST CREAINFO.TXT or COPY CREAINFO.TXT PRN
echo